home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 002a / qdog300.zip / QDMULTI.BAT < prev    next >
DOS Batch File  |  1991-02-22  |  1KB  |  22 lines

  1. Echo Off
  2. CD\DOORS\QDOG
  3. QDOG.EXE C:\RA\LINE%1
  4. CD\RA\LINE%1
  5.  
  6.  
  7. Rem ┌────────────────────────────────────────────────────────────────────────┐
  8. Rem │  Q-Dog v3.00 Multi-Node Batch file example                             │
  9. Rem │                                                                        │
  10. Rem │            Line 1: Turns Echo Off                                      │
  11. Rem │            Line 2: Changes to your Q-Dog Directory (ie: C:\DOORS\QDOG) │
  12. Rem │            Line 3: Runs Q-Dog and specifies where to look for the      │
  13. Rem │                    EXITINFO.BBS and DORINFO1.DEF files.  The %1 is     │
  14. Rem │                    the node number passed by the *N from RemoteAccess. │
  15. Rem │                    If the nodenumber was 1, then this example would    │
  16. Rem │                    look for files in C:\RA\LINE1                       │
  17. Rem │            Line 4: Switches back to the correct directory for that     │
  18. Rem │                    node of your board.  Again, the %1 represents the   │
  19. Rem │                    nodenumber.  If the nodenumber was 1, then this     │
  20. Rem │                    example would go to directory \RA\LINE1.            │
  21. Rem └────────────────────────────────────────────────────────────────────────┘
  22.